home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
501 Great Games
/
501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso
/
ROBOT BATTLE
/
RAMMER.PRG
< prev
next >
Wrap
Text File
|
1995-03-16
|
662b
|
26 lines
#############################################################################
# RAMMER #
# #
# Simple robot that can be a large pain in the but, literally! #
# #
#############################################################################
Init
{
Name( "Rammer" )
RegCore( RamSearch )
RegDtcRobot( RamRobot, 1 )
}
RamSearch
{
Scan()
RadarRight( -5 )
}
RamRobot
{
SyncAll()
Ahead( ScanDist + 5 )
}